home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000217_news@newsmaster….columbia.edu _Sat Aug 23 17:42:07 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA01149
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 23 Aug 1997 17:42:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA12342
  7.     for kermit.misc@watsun; Sat, 23 Aug 1997 17:42:06 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 numeric keyboard with scoansi emulation
  12. Date: 23 Aug 1997 21:42:04 GMT
  13. Organization: Columbia University
  14. Lines: 30
  15. Message-ID: <5tnlfc$7jj$1@apakabar.cc.columbia.edu>
  16. References: <33FF21F3.4ED2@wcnet.org>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7532
  19.  
  20. In article <33FF21F3.4ED2@wcnet.org>, Chris Henschen  <chrish@wcnet.org> wrote:
  21. : I am having problems with the numeric keyboards math key such as the /,
  22. : *, -, and + keys.  They are producing escape key sequences and not the
  23. : response on it's key.  Any help on how to change this would be much
  24. : welcomed, as the people in the office seem to use these keys alot.  The
  25. : same results occure in WordPerfect with this emulation also.
  26.  
  27. This is a bug in both the SCOANSI and AT386 emulations.
  28.  
  29. To correct it add the following to your k95CUSTOM.INI file.
  30.  
  31. set term key scoansi \400
  32. set term key scoansi \4496
  33. set term key scoansi \4143
  34. set term key scoansi \4543
  35. set term key scoansi \362
  36. set term key scoansi \365
  37. set term key scoansi \366
  38. set term key scoansi \302
  39. set term key scoansi \4365
  40. set term key scoansi \2411
  41. set term key scoansi \363
  42.  
  43. repeat with scoansi replaced by at386
  44.  
  45.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  46.                  The Kermit Project * Columbia University
  47.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  48.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu